home *** CD-ROM | disk | FTP | other *** search
File List | 1995-10-17 | 12.2 KB | 176 lines |
-
- █████ The Arsenal Files 5
-
- █████ Disc One of Two
- █████ Programming - C/ASM
- █████ PATH: \PRG_CASM
-
-
- 3DGPL.ZIP 94337 06-22-95 3DGPL 3D graphics tutorial for game
- programmers. 3D transformations clipping
- rasterization shading & texture
- rendering.Example source of an extremely
- portable 3D base library for MSDOS MSWINDOWS
- X11 & NeXTStep
- AS02_108.ZIP 41157 07-01-95 Assembler for M6800/6801/6802/6803
- microprocessor
- AS05_108.ZIP 40710 07-01-95 Assembler for M6805 microprocessor
- AS09_108.ZIP 51185 07-01-95 Assembler for M6809/H6309 microprocessor
- AS48_108.ZIP 41482 07-01-95 Assembler for i8048/49/50 microprocessor
- AS65_108.ZIP 40499 07-01-95 Assembler for R6502/65SC02 microprocessor
- AS80_108.ZIP 49936 07-01-95 Assembler for i8080-Z180 microprocessor
- ASM104.ZIP 20279 09-02-95 Magic Assembler is a public domain Assembly
- Language Compiler
- ASMTUTTX.ZIP 17546 05-15-95 "A Introduction To x86 Assembly" Written by
- Gavin Estey. This document is version 0.9
- Beta. This will hopefully be the final
- version of this unless somebody finds some
- mistakes in it. I have spent over 620 minutes
- creating this document (not including writing
- or testing the code or the original text
- document) so I hope you will find it useful.
- ASCII format.
- ASRD_108.ZIP 12865 07-01-95 Sample code to read as??.exe debug info files
- CFOG102.ZIP 53578 05-01-95 C-FOG 1.02 <ASP> - c-fog obfuscates C source
- code making it difficult for humans to
- understand, or copy. This allows you to
- distribute programs for multiple platforms as
- source code. C-FOG processes preprocessor
- directives, renames identifiers, octalizes
- strings, removes comments and converts all
- flow control to if ... gotos. For all Intel
- PCs.
- CUJ0695.ZIP 47338 05-15-95 C Users Journal, June 1995.
- CUJ0795.ZIP 452060 06-14-95 C Users Journal July, 1995
- DEL_WIN.ZIP 32020 05-18-95 Windows Dialog box which allows you quickly
- and effeciently delete temporary files made
- during code compilation with Borland C or
- Visual C.
- EMS4C10.ZIP 41726 05-03-95 EXPANDED MEMORY MANAGEMENT FOR C
- (EMS4C10.ZIP), July 93, Ver 1.0, <ASP>. The
- EMS4C library implements version 3.2 of the
- LIM (Lotus-Intel-Microsoft) specification for
- expanded memory. It runs with version 3.2 and
- 4.0 of the LIM specification. Included with
- the EMS4C library is the EMM4C library which
- allows C programmers to allocate and free EMS
- memory similiar to malloc() and free().
- HB107.ZIP 360157 05-08-95 Windows Help WinHelp Norton Guides Import HC3
- An MS Windows 3.1 application for creating/ma
- Supports Topic pages, Links and 'popup' windo
- sequences, bitmaps, fonts, colours, bold text
- Uses Projects, topics in text files, error ch
- project Wizard with Norton Guides import, ins
- C/C++, MFC, PowerBuilder etc.
- LZW4C14.ZIP 38615 05-03-95 DATA COMPRESSION LIBRARY FOR C/C++
- (LZW4C14.ZIP), June 94, Ver 1.4, <ASP>. LZW4C
- is a data compression library for C/C++
- programmers based on the LZ* family of
- algorithms. Fast with good compression.
- Supports Borland Turbo C, Microsoft C, and
- MIX Power C.
- OTHLLO_C.ZIP 16739 05-19-95 Othello.c This is a fairly portable program I
- wrote to play othello for an AI class. I
- wrote it using DeSmet C, and it has some
- special PC optimizations, under #ifdef
- DeSmet, that are non-portable. You'll need to
- blow out the #define DeSmet if you aren't
- using his C compiler. If your C compiler gets
- annoyed at illegal
- PCL4C43.ZIP 71371 05-03-95 PERSONAL COMMUNICATIONS LIBRARY FOR C/C++
- (PCL4C43.ZIP), March 95, Ver 4.3, <ASP>.
- Async comm library supporting COM1-COM20 to
- 115,200 baud, 4+ ports concurrently, all
- memory models, many dumb multiport boards,
- 16550 UART, interrupt driven, RTS/CTS flow
- control, any UART address using IRQ2 thru
- IRQ15. Supports Turbo C/C++, Borland C/C++
- MIX Power C, and Microsoft C/C++.
- PPL4C10.ZIP 86490 05-03-95 PERSONAL PROTOCOL LIBRARY FOR C/C++
- (PPL4C10.ZIP), Feb 95, Ver 1.0, <ASP>. PPL4C
- is a protocol library supporting ASCII,
- XMODEM, XMODEM-CRC, XMODEM-1K, YMODEM,
- YMODEM-G, and ZMODEM protocols. Will support
- Turbo C, Borland C, MIX Power C, Microsoft C.
- Requires the Personal Communications Library
- for C/C++ (PCL4C).
- RECIO213.ZIP 168305 09-04-95 RECIO C Library Version 2.13. The RECIO C
- library consists of a set of a hundred
- functions that make it easy to read and write
- text files in which each line is treated as a
- data record, and each record is subdivided
- into fields. Fields may be delimited either
- by a character, such as a comma, or by column
- positions.
- REGMAKER.ZIP 1554947 06-10-95 Registration Creator v1.0. Tool box for C
- programmers and Visual Basic programmers who
- are shareware authors, who would like to sell
- their software and make registrations easy.
- RTEDIT11.ZIP 304589 09-13-95 RT Edit Version 1.1 <ASP> Windows MDI Editor
- for C/C++ programmers. Has concurrent spell
- checking with code entry. Reduce errors when
- typing a known identifier by picking a match
- in an Identifier Lookup window. The
- dictionary contains identifiers already in
- your code upon startup and adds new ones
- after entry.
- SCRN362.ZIP 357724 06-03-95 Screen v3.6.2. C source code for VT-100
- terminal emulation and such.
- SC_TTT.ZIP 3998 05-20-95 Tic Tac Toe - Noughts and Crosses. Here's a
- Tic-Tac-Toe program I wrote for my AI class
- last quarter. A lot of people were asking for
- help with minimax and alpha-beta pruning. I
- provide no explanation of minimax or
- alpha-beta pruning here, but there are many
- places you can get the algorithms for each. C
- source file only.
- SML_200.ZIP 22027 05-18-95 SML v2.0 release! Full source included.
- Contains C routines to manipulate strings.
- SML - the String Manipulation Library for C!
- SOUNDPRO.ZIP 21678 05-13-95 Sound Pro Ver 1.00 A great sound making
- utility for 'C' and 'C ' Includes full
- documentation and Sound Blaster/Pc Speaker
- Support.
- STEPH1D0.ZIP 276666 06-04-95 (v1.0d) "Steph" STEPH1D0.ZIP 5/6/95. Steph is
- a C library which provides a full text-mode
- user interface to DOS programs. Programs may
- use windows, menus, dialogue boxes, a
- toolbar, and many other features. Microsoft C
- and Turbo/Borland C libraries are supplied,
- as is an extensive programmers reference
- manual.
- TDSK22SR.ZIP 55066 06-22-95 EMS/XMS/Convention memory support. It takes
- only 432-608 bytes memory ... and 100%
- freeware!. Source code! -
- TI2_099D.ZIP 815713 05-17-95 Text Interface/2 v0.99d C/C . Easy to use
- classes for interfaces. Windows, pull down
- menus & data entry for unlimited design
- options.
- VATPM051.ZIP 470856 05-03-95 Varmint's Audio Tools (VAT) is a small Sound
- It's primary feature is an DSP interrupt/DMA
- real-time mixing and playing of digital sound
- music, and background MOD music. It also su
- many FM chip routines, input functions for WA
- files, and auto recognition and setup of Soun
- 4.5 millisecond clock and microsecond accurac
- and comes with source and example code (Turbo
- all programmers who want to easily incorpera
- into their DOS programs.
- VCTWIN15.ZIP 90180 08-01-95 VCTools v1.5. Visual C Tools is a collection
- of programs (tools) to aid in the
- developement of software in the Visual C
- environment. Seamlessly integrated with
- Visual C and gives programmers quick access
- to these tools.
- WATCMFAQ.ZIP 8407 05-17-95 The WATCOM C/C++ Game Programmer's FAQ.
- Version 0.7 by Lee A. Lorenz. Since WATCOM's
- strategic pricing of WATCOM C/C++ version
- 10.0, many users unfamiliar with protected
- mode programming have been posting alot of
- questions. The purpose of this FAQ is to
- clear up many of those questions. For now, I
- will concentrate on the specifics of
- programming WATCOM C/C++ (9.5 or
- WOLFSRC.ZIP 577788 07-21-95 Official Public Domain Release of source code
- to Wolfenstein, Borland C++ 3.0/3.1
-